home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: China / Acorn User China CD-ROM (UK) (Disc A) / Acorn User China CD-ROM (UK) (Disc A).bin / DEMON / DEVELOPER / NETCONF0.ARC / !NetConfig_Resources_OtherSlip < prev    next >
Encoding:
Text File  |  1995-07-24  |  482 b   |  21 lines

  1. # >>>>> Start of provider-specific login sequence <<<<<
  2. #       Change it to what is needed for {{other_provider}}
  3.  
  4. if (!wait /del=50 login:) goto no_login
  5. send %nodename
  6.  
  7. if (!wait /del=20 password:) goto no_password
  8. send %password
  9.  
  10. if (!wait /del=50 protocol:) goto no_protocol
  11. send slip
  12.  
  13. message /capture /end="enabled" /maxlines=7 /centre
  14. @if net_fixed_ip$=""
  15. ipget 
  16. @endif
  17. if (!wait /del=30 enabled) goto no_start
  18.  
  19. pause 5
  20. # >>>>> End of provider-specific login sequence <<<<<
  21.